home *** CD-ROM | disk | FTP | other *** search
- property templateName, template, getColor, fulltName, ShowFile
- global ds, goUp, gList, giNum, gtNum, gtColor
-
- on enterFrame
- templateName = "t" & gtNum
- template = getAt(gList, templateName)
- getColor = templateName & "c" & gtColor
- tColor = getAt(gList, getColor)
- fulltName = template & tColor
- ShowFile = the moviePath & goUp & "Blank Template Themes" & ds & fulltName
- end
-
- on mouseUp
- baOpenFile(ShowFile, EMPTY)
- if the platform contains "Mac" then
- Ok = baActivateWindow(baFindWindow("MACS", EMPTY))
- else
- nothing()
- end if
- end
-